home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_023 / ver30 / gnu_readme < prev    next >
Text File  |  1992-05-06  |  2KB  |  52 lines

  1. This archive contains a number of files to be used with the recent
  2. mod.sources posting of Dave Conroy's MicroEMACS.  The new files support
  3. these new features:
  4.  
  5.     * GNU Emacs compatibility
  6.  
  7.     * System V.
  8.  
  9.     * AT&T UNIX PC 7300/3b1.
  10.  
  11.  
  12.   The GNU emacs compatibility is as the crudest possible level, a simple
  13. remapping of existing commands, and a few new ones I couldn't live
  14. without.  Further work is planned, but this should be enough to  help
  15. most people out immediately.  The file gnusymbol.c replaces the
  16. previously distributed symbol.c, and the file gnucmds.c contains my
  17. additions.  You will need to change the contents in the OBJS macro of
  18. your Makefile, or your build scripts on other systems.
  19.  
  20.   System V is supported in the obvious way with the addition of a new
  21. sys/sysv directory.  The ttyio.c and spawn.c files have been further
  22. decoupled by using reentrant calls to ttopen and ttclose instead of
  23. sharing the termio structures.
  24.  
  25.   My PC7300 wouldn't work right with the ansi terminal driver because
  26. the scroll region and index/reverse index commands don't appear to work
  27. as needed.  I've reimplemented the insert and delete block operations
  28. using the insert and delete line capabilities.  Not surprisingly, the
  29. vt220 function keys didn't work right, so I threw all the code out. 
  30. Being a "real" Emacs fan, I chucked the arrow keys too.
  31.  
  32.                             ----------------
  33.  
  34. There is a continuing discussion of MicroEMACS and GNU compatibility in
  35. net.emacs.  I am attempting to put together a mailing list of people who
  36. are interested in actively pursuing this goal, with intent to make
  37. regular mod.source submissions as progress is made.
  38.  
  39. The first step was to get this short term fix distributed.  The next is
  40. to try to merge some of the variant versions that are floating around to
  41. grab missing features.  For instance, the MicroEMACS 3.5 posted in
  42. net.sources recently has word wrap, but doesn't have reverse video
  43. modelines or the smart redisplay algorithm.
  44.  
  45. If you are interested in working on this project, send me mail at:
  46.  
  47.                {sun, amdahl, mtxinu, cbosgd}!rtech!daveb
  48.  
  49. Compatibility now for the future!
  50.  
  51.  
  52.